Skip to content

build(deps): bump taskcluster from 47.1.2 to 49.1.0 in /tools #1854

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps taskcluster from 47.1.2 to 49.1.0.

Release notes

Sourced from taskcluster's releases.

v49.1.0

ADMINS

▶ [minor] bug 1826417 Changes the way expire-artifacts works. It uses a separate function to fetch all expired artifacts and then uses bulk delete to remove them from S3 and the database.

v49.0.0

GENERAL

▶ [patch] Builds and tests generic worker (multiuser) on macOS Ventura 13 on new, arm64 machines.

USERS

▶ [MAJOR] Remove python 3.6 support as it's past its end-of-life date.

Add python 3.10 and python 3.11 support.

▶ [minor] #6147 Adds task.payload.onExitStatus.purgeCaches feature to generic worker to bring to parity with an existing docker worker feature.

purgeCaches is an array of exit status code integers that the user wants all caches associated with the task to be purged.

v48.3.0

ADMINS

▶ [minor] #4343 Workers can be quarantined with an optional comment. queue.quarantineWorker accepts a quarantineInfo string. Quarantine details also include timestamp and clientId of the user who quarantined the worker. This information can be fetched with worker-manager.getWorker. quarantineDetails would be a list of all the quarantine requests made for the worker. UI shows this history and allows to specify a comment for quarantine request.

USERS

▶ [patch] Enables missing collaborators_quiet policy to the schema validation of .taskcluster.yml.

▶ [patch] bug 1824937 docker-worker no longer waits indefinitely when downloading an image artifact, and will retry if the connection is idle for 60s

v48.2.1

WORKER-DEPLOYERS

▶ [patch] #6130 This patch ensures that the worker pool ID passed to generic worker contains a slash (/) and will error out describing the issue as opposed to panicing when an index out of range error.

USERS

... (truncated)

Changelog

Sourced from taskcluster's changelog.

v49.1.0

ADMINS

▶ [minor] bug 1826417 Changes the way expire-artifacts works. It uses a separate function to fetch all expired artifacts and then uses bulk delete to remove them from S3 and the database.

v49.0.0

GENERAL

▶ [patch] Builds and tests generic worker (multiuser) on macOS Ventura 13 on new, arm64 machines.

USERS

▶ [MAJOR] Remove python 3.6 support as it's past its end-of-life date.

Add python 3.10 and python 3.11 support.

▶ [minor] #6147 Adds task.payload.onExitStatus.purgeCaches feature to generic worker to bring to parity with an existing docker worker feature.

purgeCaches is an array of exit status code integers that the user wants all caches associated with the task to be purged.

v48.3.0

ADMINS

▶ [minor] #4343 Workers can be quarantined with an optional comment. queue.quarantineWorker accepts a quarantineInfo string. Quarantine details also include timestamp and clientId of the user who quarantined the worker. This information can be fetched with worker-manager.getWorker. quarantineDetails would be a list of all the quarantine requests made for the worker. UI shows this history and allows to specify a comment for quarantine request.

USERS

▶ [patch] Enables missing collaborators_quiet policy to the schema validation of .taskcluster.yml.

▶ [patch] bug 1824937 docker-worker no longer waits indefinitely when downloading an image artifact, and will retry if the connection is idle for 60s

v48.2.1

WORKER-DEPLOYERS

▶ [patch] #6130

... (truncated)

Commits
  • d2506f8 v49.1.0
  • 8736920 Merge pull request #6175 from taskcluster/feat/better-local-s3
  • 7531ad1 Merge pull request #6172 from taskcluster/feat/artifacts-removal
  • 6e04246 Update bucket name for test
  • 775b073 Added separate test for expireArtifacts job
  • ab220a5 Apply suggestions from code review
  • f69c0e8 feat(docker-compose): several improvements
  • 91eb46e Improved logging, fixed removal function payload, s3 api errors are
  • 169a9b1 feat(queue): Delete artifacts improvements.
  • 1456baa Merge pull request #6174 from taskcluster/dependabot/cargo/clients/client-rus...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 47.1.2 to 49.1.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](taskcluster/taskcluster@v47.1.2...v49.1.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #1867.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Common Python tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants